home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMPLUGINSOPTIONS / TFORMPLUGINSOPTIONS.txt
Encoding:
Text File  |  2009-10-23  |  3.3 KB  |  167 lines

  1. object FormPluginsOptions: TFormPluginsOptions
  2.   Left = 200
  3.   Top = 172
  4.   ActiveControl = List
  5.   BorderStyle = bsDialog
  6.   Caption = 'Plugins configuration'
  7.   ClientHeight = 397
  8.   ClientWidth = 522
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object btnCancel: TButton
  23.     Left = 424
  24.     Top = 368
  25.     Width = 89
  26.     Height = 23
  27.     Cancel = True
  28.     Caption = 'Cancel'
  29.     ModalResult = 2
  30.     TabOrder = 4
  31.   end
  32.   object btnOK: TButton
  33.     Left = 232
  34.     Top = 368
  35.     Width = 89
  36.     Height = 23
  37.     Cancel = True
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 2
  42.   end
  43.   object boxPlugins: TGroupBox
  44.     Left = 8
  45.     Top = 4
  46.     Width = 505
  47.     Height = 281
  48.     Caption = 'Plugins installed'
  49.     TabOrder = 0
  50.     object List: TListView
  51.       Left = 8
  52.       Top = 16
  53.       Width = 489
  54.       Height = 221
  55.       Checkboxes = True
  56.       Columns = <
  57.         item
  58.           Caption = 'Name'
  59.           Width = 200
  60.         end
  61.         item
  62.           Caption = 'Detect string'
  63.           Width = 0
  64.         end
  65.         item
  66.           Caption = 'Filename'
  67.           Width = 500
  68.         end>
  69.       ColumnClick = False
  70.       GridLines = True
  71.       HideSelection = False
  72.       ReadOnly = True
  73.       RowSelect = True
  74.       TabOrder = 0
  75.       ViewStyle = vsReport
  76.       OnDblClick = btnConfigClick
  77.       OnSelectItem = ListSelectItem
  78.     end
  79.     object btnAdd: TButton
  80.       Left = 8
  81.       Top = 246
  82.       Width = 89
  83.       Height = 23
  84.       Caption = '&Add...'
  85.       TabOrder = 1
  86.       OnClick = btnAddClick
  87.     end
  88.     object btnRemove: TButton
  89.       Left = 104
  90.       Top = 246
  91.       Width = 89
  92.       Height = 23
  93.       Caption = '&Remove'
  94.       TabOrder = 2
  95.       OnClick = btnRemoveClick
  96.     end
  97.     object btnConfig: TButton
  98.       Left = 200
  99.       Top = 246
  100.       Width = 89
  101.       Height = 23
  102.       Caption = '&Configure...'
  103.       TabOrder = 3
  104.       OnClick = btnConfigClick
  105.     end
  106.     object btnUp: TButton
  107.       Left = 296
  108.       Top = 246
  109.       Width = 89
  110.       Height = 23
  111.       Caption = '&Up'
  112.       TabOrder = 4
  113.       OnClick = btnUpClick
  114.     end
  115.     object btnDown: TButton
  116.       Left = 392
  117.       Top = 246
  118.       Width = 89
  119.       Height = 23
  120.       Caption = '&Down'
  121.       TabOrder = 5
  122.       OnClick = btnDownClick
  123.     end
  124.   end
  125.   object boxOptions: TGroupBox
  126.     Left = 8
  127.     Top = 288
  128.     Width = 505
  129.     Height = 73
  130.     Caption = 'Options'
  131.     TabOrder = 1
  132.     object chkPriority: TCheckBox
  133.       Left = 9
  134.       Top = 16
  135.       Width = 488
  136.       Height = 17
  137.       Caption = 'Plugins have higher priority than internal viewers'
  138.       TabOrder = 0
  139.     end
  140.     object chkTCVar: TCheckBox
  141.       Left = 9
  142.       Top = 48
  143.       Width = 488
  144.       Height = 17
  145.       Caption = 'Save filenames with %Commander_Path% variable'
  146.       TabOrder = 2
  147.     end
  148.     object chkHideKeys: TCheckBox
  149.       Left = 9
  150.       Top = 32
  151.       Width = 488
  152.       Height = 17
  153.       Caption = 'Add the '#39'Alt'#39' key to shortcuts when Plugins mode is active'
  154.       TabOrder = 1
  155.     end
  156.   end
  157.   object btnHelp: TButton
  158.     Left = 328
  159.     Top = 368
  160.     Width = 89
  161.     Height = 23
  162.     Caption = 'Help'
  163.     TabOrder = 3
  164.     OnClick = btnHelpClick
  165.   end
  166. end
  167.